object frmUACPage: TfrmUACPage Left = 0 Top = 0 Width = 635 Height = 353 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'Arial' Font.Style = [] ParentFont = False TabOrder = 0 object gbMain: TGroupBox Left = 16 Top = 1 Width = 605 Height = 74 Caption = 'gbMain' TabOrder = 0 object cbUACEnable: TCheckBox Left = 24 Top = 24 Width = 525 Height = 17 Caption = 'cbUACEnable' TabOrder = 0 OnClick = cbUACEnableClick end object cbSecureDesktop: TCheckBox Left = 24 Top = 46 Width = 549 Height = 17 Caption = 'cbSecureDesktop' TabOrder = 1 OnClick = cbSecureDesktopClick end end object gbAdminBehavior: TGroupBox Left = 16 Top = 90 Width = 605 Height = 133 Caption = 'gbAdminBehavior' TabOrder = 1 object lbAdminBehavior: TAxLabel Left = 24 Top = 20 Width = 550 Height = 35 WordWrap = True Layout = tlCenter Transparent = True AutoSize = False Caption = 'lbAdminBehavior' ShowAccelChar = True end object rbPromtForConsent: TRadioButton Left = 24 Top = 61 Width = 550 Height = 17 Caption = 'rbPromtForConsent' TabOrder = 0 OnClick = rbAdminBehaviorClick end object rbPrompForCredentials: TRadioButton Left = 24 Top = 83 Width = 550 Height = 17 Caption = 'rbPrompForCredentials' TabOrder = 1 OnClick = rbAdminBehaviorClick end object rbElevateWithoutPromt: TRadioButton Left = 24 Top = 105 Width = 550 Height = 17 Caption = 'rbElevateWithoutPromt' TabOrder = 2 OnClick = rbAdminBehaviorClick end end object gbUserBehavior: TGroupBox Left = 16 Top = 237 Width = 605 Height = 112 Caption = 'gbUserBehavior' TabOrder = 2 object lbUserBehavior: TAxLabel Left = 24 Top = 20 Width = 550 Height = 35 WordWrap = True Layout = tlCenter Transparent = True AutoSize = False Caption = 'lbUserBehavior' ShowAccelChar = True end object rbPromtForCredentialsUser: TRadioButton Left = 24 Top = 61 Width = 550 Height = 17 Caption = 'rbPromtForCredentialsUser' TabOrder = 0 OnClick = rbUserBehaviorClick end object rbDeny: TRadioButton Left = 24 Top = 83 Width = 550 Height = 17 Caption = 'rbDeny' TabOrder = 1 OnClick = rbUserBehaviorClick end end end